home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / blow_up.swf / scripts / DefineButton2_347 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-17  |  96b  |  5 lines

  1. on(release){
  2.    _root.ChooseGameType._visible = false;
  3.    _root.MainMenu._visible = true;
  4. }
  5.